ComponentOne Scheduler for WinForms
Item(Guid) Property

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > BaseCollection<T> Class > Item Property : Item(Guid) Property
The key of the element to get.
Gets the element with the specified key if any.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal key As System.Guid _
) As T
public new T Item( 
   System.Guid key
) {get;}

Parameters

key
The key of the element to get.

Property Value

The element with the specified key. If an element with the specified key is not found, return null.
See Also

Reference

BaseCollection<T> Class
BaseCollection<T> Members
Overload List